Add an installation script to the repo
authorAlex Crichton <alex@alexcrichton.com>
Mon, 14 Jul 2014 15:06:14 +0000 (08:06 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 14 Jul 2014 15:18:49 +0000 (08:18 -0700)
commit1aaaf85166c4947d00e47c784c48c5b9ae0cedb7
treecb076df4f6c00410c92f3429736ce678f4a63c98
parent4ef91beed063424d3bbcb94f14d31da6499f654c
Add an installation script to the repo

This updates the `make install` target and adds a new `make dist` target which
will prepare a distributable tarball with an install script. All work is based
off the equivalent rust nightly tarball and nightly installation scripts.

Closes #159
Closes #184
Makefile
README.md
src/bin/cargo.rs
src/install.sh [new file with mode: 0755]